/* VMU CSS */

html {
	overflow-y: scroll;
}
body {
	background-color: #eee;
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #08c;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.hide {
	display: none;
}
.hidden {
	visibility: hidden;
}
.clear {
	clear: both;
}
.smaller {
	font-size: .9em;
}
.page-header {
	display: none;
}
.red {
	color: #f00;
}
.bold {
	font-weight: bold !important;
}
.hspace {
	display: inline-block;
	width: 20px;
}
#main {
	background: #fff;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	box-shadow: 0 5px 5px 0 #999;
	margin: 0 auto;
	padding: 10px 20px 40px 20px;
	position: relative;
	width: 920px;
}
#logo {
	padding: 10px 20px;
}
#logo h1 {
	font-size: 3.33em;
	font-weight: normal;
	letter-spacing: -0.05em;
	padding: 20px 0 30px 0;
	margin: 0;
}
#logo img {
	max-width: 360px;
	max-height: 120px;
}
#topbar {
	background: #e70;
	color: #fff;
	height: 30px;
	border-radius: 5px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 30px;
	padding: 0 20px;
}
#content {
	position: relative;
	padding: 20px;
}
.instruct {
	font-weight: bold;
	font-style: italic;
}
.item-image img {
	border-radius: 8px;
	box-shadow: 3px 3px 3px 3px #999;
}
.marketoform {
	width: 825px;
	margin: 0 auto;
}
.vendorform {
	width: 600px;
	margin: 0 auto;
}
.vendorform h2 {
	font-size: 1.3em;
	margin: 0;
	padding: 10px 0;
}
fieldset {
	position: relative;
	border: none;
	margin: 0 !important;
}
.hrform {
	position: relative;
	background: #e70;
	height: 3px;
	border-radius: 3px;
	margin: 40px 0 10px;
}
.rsform-input-box {
	margin: 0 0 10px 30px;
	border-radius: 5px;
	padding: 2px 5px;
	width: 500px;
}
.formCaption2 {
	font-weight: bold;
	font-size: .9em;
}
.norm {
	font-size: .8em;
	font-weight: normal;
}
.normlh {
	font-size: .8em;
	font-weight: normal;
	line-height: normal;
}
.customer,
.sublabel {
	font-size: .8em;
}
.formClr {
	display: inline;
}
.formError {
	font-size: 1.2em;
	margin-left: 10px;
}
.rsform-block-customer {
	display: none;
}
.rsform-block-city .rsform-input-box {
	width: 190px;
}
.rsform-block-state,
.rsform-block-province {
	position: absolute;
	left: 250px;
	top: 526px;
}
.rsform-block-province {
	top: 461px;
}
.rsform-block-state .rsform-input-box,
.rsform-block-province .rsform-input-box {
	width: 110px;
}
.rsform-block-zip,
.rsform-block-postalcode {
	position: absolute;
	left: 410px;
	top: 526px;
}
.rsform-block-postalcode {
	top: 461px;
}
.rsform-block-zip .rsform-input-box,
.rsform-block-postalcode .rsform-input-box {
	width: 100px;
}
.rsform-block-submit {
	clear: both;
	position: relative;
	top: 20px;
	float: right;
	cursor: default;
}
.rsform-submit-button,
.rsform-reset-button {
	float: right;
	margin-left: 15px;
	width: 120px;
}
.rsform-block-submit input,
.rsform-block-submit button {
	background: transparent;
	border-radius: 5px;
	outline: none;
}
.rsform-error {
	background-color: #fcc;
}
.error {
	position: absolute;
	bottom: -37px;
	right: 0;
	color: #cf4d4d;
	font-weight: bold;
}

#citystatezip {
	position: relative;
	height: 0;
}
#citystatezip .rsform-block-state {
	top: 30px;
	left: 240px;
}
#citystatezip .rsform-block-zip {
	top: 30px;
	left: 400px;
}
.tyson .rsform-block-state,
.tyson .rsform-block-zip {
	top: 465px;
}
.novwilson .rsform-block-state,
.novwilson .rsform-block-zip {
	top: 532px;
}

footer {
	color: #999;
	font-size: 0.7em;
	width: 920px;
	margin: 0 auto 20px;
	padding: 15px 0 5px 0;
}
footer .mods {
	text-align: right;
	margin-top: 8px;
}
#certificate {
	position: absolute;
}
#certificate img {
	width: 50px !important;
}

/* TWOCOL */
.twocol.vendorform {
	position: relative;
/*	left: 20px; */
	width: auto;
	padding-bottom: 20px;
}
.twocol fieldset {
	padding: 0 !important;
}
.twocol .formCaption2 {
	height: 24px;
	overflow: hidden;
}
.twocol-left { }
.twocol-right {
	position: absolute;
	left: 380px;
	top: 64px;
	white-space: nowrap;
}
.twocol .rsform-input-box {
	width: 320px;
	margin-left: 20px;
	border: solid 1px #ccc;
}
.twocol .twocol-right .rsform-input-box {
	width: 440px;
}
.evenish.twocol .twocol-left {
	width: 420px;
}
.evenish.twocol .twocol-right {
	left: 440px;
}
.evenish.twocol .rsform-input-box,
.evenish.twocol .twocol-right .rsform-input-box {
	width: 380px;
}

.twocol .rsform-block-state .formCaption2,
.twocol .rsform-block-zip .formCaption2 {
	padding-left: 0;
}
.twocol .rsform-block-city .rsform-input-box,
.twocol .rsform-block-state .rsform-input-box,
.twocol .rsform-block-zip .rsform-input-box,
.twocol .rsform-block-country .rsform-input-box {
	width: 150px;
}
.twocol .rsform-block-state {
	left: 170px;
	top: 252px;
}
.twocol .rsform-block-zip {
	position: static;
}
.twocol .rsform-block-country {
	position: absolute;
	left: 170px;
	top: 315px;
}
.twocol .rsform-block-submit {
	position: relative;
	float: none;
	top: 10px;
	left: 194px;
	width: 300px;
}
.evenish.twocol .rsform-block-submit {
	left: 144px;
}
.twocol .rsform-block-submit .formCaption2 {
	display: none;
}
.twocol .fullwidth input {
	width: 820px !important;
}
.twocol .error {
	bottom: -80px;
	right: 30px;
}
.twocol .formError {
	position: absolute;
}

.notice {
	position: relative;
	top: -8px;
	width: 50%;
}

.disclaimer {
	width: 90%;
	margin: 60px auto 0;
	font-size: 13px;
	line-height: normal;
	padding: 5px 20px;
	border: solid 1px #ccc;
	border-radius: 5px;
	background: #f8f8f8;
 }

/* REMIT */
.twocol .rsform-block-state.remit {
	left: 180px;
	top: 509px;
}
.twocol .rsform-block-country.remit {
	position: absolute;
	left: 180px;
	top: 573px;
}
.twocol .rsform-block-submit.remit {
	top: 75px;
}

/* AHN */
.ahn-po .twocol-left {
	height: 625px;
}
.ahn-po .notice {
	top: 31px;
}

/* TMS */
.tms .twocol-left {
	height: 635px;
}

/* NOV */
.rsform-block-adpinvoicing input {
	margin-left: 35px;
}
.rsform-block-adpinvoicing label {
	font-size: 14px;
}

/* HB */
.hbform.vendorform {
	position: relative;
	width: auto;
	padding-bottom: 20px;
}
.hbleft {}
.hbright {
	position: absolute;
	left: 430px;
	top: 6px;
	white-space: nowrap;
}
.hbform .rsform-input-box {
	width: 320px;
}
.hbform .rsform-block-city .rsform-input-box {
	width: 150px;
}
.hbform .rsform-block-state {
	left: 180px;
	top: 266px;
}
.hbform .rsform-block-state .rsform-input-box {
	width: 40px;
}
.hbform .rsform-block-zip {
	left: 240px;
	top: 266px;
}
.hbform .rsform-block-zip .rsform-input-box {
	width: 90px !important;
}
.hbform .rsform-block-state .formCaption2,
.hbform .rsform-block-zip .formCaption2 {
	padding-left: 30px;
}
.hbform .rsform-block-submit {
	top: 15px;
	right: 75px;
}
.hbform .fullwidth input {
	width: 740px;
}
.hbform .error {
	bottom: -60px;
	right: 70px;
}

/* GRAPHICPKG */

#Xgraphicpkg .twocol-right {
	position: relative;
	top: 0;
	left: 0;
}
#Xgraphicpkg input {
	width: 820px !important;
}
#Xgraphicpkg .rsform-submit-button,
#Xgraphicpkg .rsform-reset-button {
	width: 80px !important;
}
#graphicpkg .rsform-block-submit {
	position: absolute;
	top: auto;
	left: auto;
	bottom: -45px;
	right: 20px;
}

/* VODAFONE */

.vodafone #logo {
	position: relative;
	top: -20px;
	left: -20px;
	padding: 0;
}
.vodafone #logo img {
	max-height: none;
	max-width: none;
}

.vodafone #topbar {
	position: relative;
	z-index: 2;
	padding-left: 10px;
}

.vodafone #vftitle {
	position: absolute;
	top: 40px;
	left: 620px;
	color: #e60000;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px
}

.vodafone #vftitle span {
	display: block;
	font-size: 48px;
	margin-bottom: 32px
}

.vodafone .notice {
	width: 60%;
}

.twoline {
	position: relative;
	top: -7px;
	line-height: 14px;
	overflow: visible !important;
}

#langbtn {
	display: block;
	position: absolute;
	top: 271px;
	right: 23px;	
	height: 20px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	border-radius: 5px;
	background: #fff;
	border: solid 1px #333;
	z-index: 2;
}

#langbtn:hover {
	background: #f4f4f4;
	color: #000 !important;
}

@-moz-document url-prefix() {
	.hbform .rsform-block-state,
	.hbform .rsform-block-zip {
		top: 271px;
	}
}

/* AHN-PO */

.rsform-block-diversitytype .formBody {
	margin-left: 30px;
}

 input[type="checkbox"] {
	margin-right: 5px;
}

.rsform-block-ethnicity {
	display: none;
}

.ppl .rsform-block-submit {
	top: 67px;
}

/* PKE */

.tema .twocol-left,
.perkinelmer .twocol-left {
	height: 635px;
}

.kimberly-clark .twocol-left {
	height: 820px;
}
.dline,
.dspace {
	background: #ccc;
	height: 3px;
	margin: 0 !important;
	padding: 0 !important;
}
.dspace {
	background: #fff;
}
.dmar {
	position: relative;
	top: 10px;
	margin: 20px 0 !important;
}

/* HCA - Airgas - Kimberly-Clark */

/*.hca .twocol-left,*/
.airgas .twocol-left,
.kimberly-clark .twocol-left {
	height: 820px;
}
.kimberly-clark-ko .rsform-block-submit,
.kimberly-clark-zh .rsform-block-submit {
	top: 70px;
}
.kimberly-clark-ko .vendorform.twocol.evenish,
.kimberly-clark-zh .vendorform.twocol.evenish {
	height: 540px !important;
}

/* MSKCC */

/*
#ein {
	position: relative;
	height: 0;
}
#ein .rsform-block-einprefix input {
	width: 30px
}
#ein .rsform-block-einnumber {
	position: absolute;
	top: 55px;
	left: 92px;
}
#ein .rsform-block-einnumber input {
	width: 75px;
}
.eindash {
	position: absolute;
	top: 60px;
	left: 98px;
}
*/

/* Floats */
.float-left,
.pull-left {
	float: left;
	margin: 0 20px 20px 0;
}
.float-right,
.pull-right {
	float: right;
	margin: 0 0 20px 20px;
}


/* VMENU */
#vmenu {
	position: absolute;
	top: -26px;
	right: 20px;
	text-align: right;
	z-index: 99;
}
#vmenu .trigger {
	color: #fff;
	cursor: pointer;
	padding-bottom: 2px;
}
#vmenu ul {
	display: none;
	list-style-type: none;
	background: #fff;
	border: solid 1px #999;
	border-top: none;
	margin: 0;
	padding: 5px 0;
}
#vmenu li {
	padding: 0;
	margin: 0;
}
#vmenu a {
	padding: 5px 20px;
}